ToolItem: Annotate menu proxy item as nullable
authorDaniel Boles <dboles@src.gnome.org>
Sun, 3 Sep 2017 09:39:58 +0000 (10:39 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Sun, 3 Sep 2017 09:59:33 +0000 (10:59 +0100)
commit7ed0d9344e3bf1e3c5193af22606077509840ea7
tree3ec5e87f9cc0080760566dc0644e483fb0aca5bb
parent7481affb8217ef0b23e2f6474332db0a3c0956f7
ToolItem: Annotate menu proxy item as nullable

It can be NULL. ::create-menu-proxy gave an example of when a NULL proxy
menu item could be useful, but the accessors did not annotate it as such.
gtk/gtktoolitem.c